Clarify docs. (#324996)
authorMatthias Clasen <mclasen@redhat.com>
Tue, 27 Dec 2005 00:11:26 +0000 (00:11 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 27 Dec 2005 00:11:26 +0000 (00:11 +0000)
2005-12-26  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkimcontext.c (gtk_im_context_filter_keypress): Clarify
docs.  (#324996)

ChangeLog
ChangeLog.pre-2-10
gtk/gtkimcontext.c

index 9eb2694204e9bb6e4e21a5d4c49597c0cfc6b9e4..f53799391f5d05ee5a72a0c12fedc0d1275cdf47 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2005-12-26  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkimcontext.c (gtk_im_context_filter_keypress): Clarify
+       docs.  (#324996)
+
+       * gtk/gtktextbtree.c (gtk_text_btree_get_tag_info) 
+       (gtk_text_btree_remove_tag_info): Use the slice allocator for 
+       tag info.
+
        * README.in: Mention the stripping of (_F) suffixes.
 
        * gtk/gtktoolbar.c (_gtk_toolbar_elide_underscores): Strip a suffix of 
index 9eb2694204e9bb6e4e21a5d4c49597c0cfc6b9e4..f53799391f5d05ee5a72a0c12fedc0d1275cdf47 100644 (file)
@@ -1,5 +1,12 @@
 2005-12-26  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkimcontext.c (gtk_im_context_filter_keypress): Clarify
+       docs.  (#324996)
+
+       * gtk/gtktextbtree.c (gtk_text_btree_get_tag_info) 
+       (gtk_text_btree_remove_tag_info): Use the slice allocator for 
+       tag info.
+
        * README.in: Mention the stripping of (_F) suffixes.
 
        * gtk/gtktoolbar.c (_gtk_toolbar_elide_underscores): Strip a suffix of 
index 43662003f3da4711cf98cc33f9b58dab7573adb6..877fd19fed870de3afbcc7730715c61f87a073cf 100644 (file)
@@ -298,11 +298,11 @@ gtk_im_context_get_preedit_string (GtkIMContext   *context,
  * @context: a #GtkIMContext
  * @event: the key event
  * 
- * Allow an input method to internally handle a key press event.
- * If this function returns %TRUE, then no further processing
- * should be done for this keystroke.
+ * Allow an input method to internally handle key press and release 
+ * events. If this function returns %TRUE, then no further processing
+ * should be done for this key event.
  * 
- * Return value: %TRUE if the input method handled the keystroke.
+ * Return value: %TRUE if the input method handled the key event.
  *
  **/
 gboolean